Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridPath Class > DataGridPath Constructor : DataGridPath Constructor(Object[]) |
'Usage Dim path() As Object Dim instance As New DataGridPath(path)
A datagrid path's DataPath property exposes, as a generic list, the elements that make up an element's path. Each element that is part of a data path, with the exception of groups, is represented by the actual object instance. Groups are represented by their value. For example, if a group is represented by its value (e.g., "Canada") and a data item is represented by the actual object instance (e.g., OrderDataItem), the resulting data path for a data item that is located in a "Canada" group would be {"Canada", OrderDataItem}.
The element that is represented by the datagrid path is always the last element in the path.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family